Fix ext4 build

SVN-Revision: 24110
This commit is contained in:
Hamish Guthrie 2010-11-23 12:07:50 +00:00
parent 2ebd82b518
commit 4cee84f7d0
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ CONFIG_USE_UCLIBC=y
CONFIG_UCLIBC_VERSION_0_9_30_1=y
CONFIG_TARGET_ROOTFS_PARTSIZE=200
CONFIG_SOFT_FLOAT=n
CONFIG_TARGET_ROOTFS_EXT2FS=y
CONFIG_TARGET_ROOTFS_EXT4FS=y
CONFIG_UDEV_EXTRA_firmware=y
CONFIG_IMAGEOPT=y
CONFIG_UCI_PRECONFIG_network_lan_proto="dhcp"

View File

@ -9,7 +9,7 @@ define Profile/Gumstix
NAME:=gumstix
PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
-firewall -mtd -hotplug2 -udevtrigger -dropbear \
ext2 usb udev kmod-bluetooth ntpclient wpa-supplicant \
ext4 usb udev kmod-bluetooth ntpclient wpa-supplicant \
wireless-tools wpa-cli \
bluez-utils bluez-hcidump hegw usbutils python pyserial \
python-mini python-openssl python-cjson libstdcpp \