diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-23 12:07:50 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-23 12:07:50 +0000 |
commit | 2f0ecbd629ac755177d265d05543a4fcae2962ce (patch) | |
tree | a662147f11ffdf4133e48f795218795269358133 /target/linux | |
parent | 517144faf6c15ac5385f7bac4639296d41d74194 (diff) |
[gumstix] Fix ext4 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24110 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/omap35xx/gumstix/defconfig.gumstix | 2 | ||||
-rw-r--r-- | target/linux/omap35xx/gumstix/profiles/gumstix.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/omap35xx/gumstix/defconfig.gumstix b/target/linux/omap35xx/gumstix/defconfig.gumstix index fb5d0a378..dcee15d2b 100644 --- a/target/linux/omap35xx/gumstix/defconfig.gumstix +++ b/target/linux/omap35xx/gumstix/defconfig.gumstix @@ -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" diff --git a/target/linux/omap35xx/gumstix/profiles/gumstix.mk b/target/linux/omap35xx/gumstix/profiles/gumstix.mk index 22e51367e..ec5ce96c8 100644 --- a/target/linux/omap35xx/gumstix/profiles/gumstix.mk +++ b/target/linux/omap35xx/gumstix/profiles/gumstix.mk @@ -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 \ |