mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 08:00:22 +02:00
[gumstix] Fix ext4 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24110 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
517144faf6
commit
2f0ecbd629
@ -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 New Issue
Block a user