Browse Source

* fixed KERNEL_LINUX.conf to also diet fget

legacy/multilib
Alejandro Mery 19 years ago
parent
commit
c5400535c9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pkgsel/Base/Kernel_linux.conf

+ 1
- 1
pkgsel/Base/Kernel_linux.conf

@ -25,7 +25,7 @@ case "$sdever" in
SDECFGSET_DIETLIBC=1 SDECFGSET_DIETLIBC=1
for x in embutils pdksh module_init_tools modutils udev embutils hotplug__ \ for x in embutils pdksh module_init_tools modutils udev embutils hotplug__ \
minised disktype; do
minised disktype fget; do
eval SDECFGSET_DIETLIBC_$x=1 eval SDECFGSET_DIETLIBC_$x=1
done done

Loading…
Cancel
Save