-
-
Code: Alles auswählen
./configure --prefix="$DB" --with-cvsdir="$CP" --with-customizationsdir="$USERDIR/NewmakeTest/customization" --enable-maintainer-mode --enable-flashrules --enable-ccache --with-checkImage=rename --enable-xfs --enable-ide --disable-ext3 --with-webif=expert --with-logosdir="$LOGODIR" --with-busybox-conf="$USERDIR/NewmakeTest/Patches/busybox.config.m4" --with-enigma-debug=yes --with-ucodesdir="$UCODEDIR"
-
Code: Alles auswählen
--- busybox.config.m4.orig 2009-07-01 17:20:50.000000000 +0200
+++ busybox.config.m4 2009-07-04 13:08:31.000000000 +0200
@@ -475,9 +475,9 @@
option(`CONFIG_FDFLUSH', `n', `n')
option(`CONFIG_FDFORMAT', `n', `n')
ifdef(`ide',
-`option(`CONFIG_FDISK', `y', `y')
-option(`CONFIG_FDISK_SUPPORT_LARGE_DISKS', `y', `y')
-option(`CONFIG_FEATURE_FDISK_WRITABLE', `y', `y')',
+`option(`CONFIG_FDISK', `n', `n')
+option(`CONFIG_FDISK_SUPPORT_LARGE_DISKS', `n', `n')
+option(`CONFIG_FEATURE_FDISK_WRITABLE', `n', `n')',
`option(`CONFIG_FDISK', `n', `n')
option(`CONFIG_FDISK_SUPPORT_LARGE_DISKS', `n', `n')
option(`CONFIG_FEATURE_FDISK_WRITABLE', `n', `n')'
@@ -612,8 +612,8 @@
# CONFIG_FEATURE_LESS_DASHCMD is not set
# CONFIG_FEATURE_LESS_LINENUMS is not set
ifdef(`ide',
-`option(`CONFIG_HDPARM', `y', `y')
-option(`CONFIG_FEATURE_HDPARM_GET_IDENTITY', `y', `y')',
+`option(`CONFIG_HDPARM', `n', `n')
+option(`CONFIG_FEATURE_HDPARM_GET_IDENTITY', `n', `n')',
`option(`CONFIG_HDPARM', `n', `n')
option(`CONFIG_FEATURE_HDPARM_GET_IDENTITY', `n', `n')'
)