Bläddra i källkod

Fix ext4 build

SVN-Revision: 24110
Hamish Guthrie 15 år sedan
förälder
incheckning
4cee84f7d0

+ 1 - 1
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"

+ 1 - 1
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 \