Fix ext4 build
SVN-Revision: 24110
This commit is contained in:
parent
2ebd82b518
commit
4cee84f7d0
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ CONFIG_USE_UCLIBC=y
|
||||||
CONFIG_UCLIBC_VERSION_0_9_30_1=y
|
CONFIG_UCLIBC_VERSION_0_9_30_1=y
|
||||||
CONFIG_TARGET_ROOTFS_PARTSIZE=200
|
CONFIG_TARGET_ROOTFS_PARTSIZE=200
|
||||||
CONFIG_SOFT_FLOAT=n
|
CONFIG_SOFT_FLOAT=n
|
||||||
CONFIG_TARGET_ROOTFS_EXT2FS=y
|
CONFIG_TARGET_ROOTFS_EXT4FS=y
|
||||||
CONFIG_UDEV_EXTRA_firmware=y
|
CONFIG_UDEV_EXTRA_firmware=y
|
||||||
CONFIG_IMAGEOPT=y
|
CONFIG_IMAGEOPT=y
|
||||||
CONFIG_UCI_PRECONFIG_network_lan_proto="dhcp"
|
CONFIG_UCI_PRECONFIG_network_lan_proto="dhcp"
|
||||||
|
|
|
@ -9,7 +9,7 @@ define Profile/Gumstix
|
||||||
NAME:=gumstix
|
NAME:=gumstix
|
||||||
PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
|
PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
|
||||||
-firewall -mtd -hotplug2 -udevtrigger -dropbear \
|
-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 \
|
wireless-tools wpa-cli \
|
||||||
bluez-utils bluez-hcidump hegw usbutils python pyserial \
|
bluez-utils bluez-hcidump hegw usbutils python pyserial \
|
||||||
python-mini python-openssl python-cjson libstdcpp \
|
python-mini python-openssl python-cjson libstdcpp \
|
||||||
|
|
Loading…
Reference in a new issue