diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2010-11-23 12:07:50 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2010-11-23 12:07:50 +0000 |
commit | 4cee84f7d09637d9836665269092b53cf4e91da0 (patch) | |
tree | 3cddd90da89d51f97a4df9f2a922fdff681034e0 /target/linux/omap35xx/gumstix/profiles/gumstix.mk | |
parent | 2ebd82b518dfaad003d3f8a5a655974506a64454 (diff) | |
download | mtk-20170518-4cee84f7d09637d9836665269092b53cf4e91da0.zip mtk-20170518-4cee84f7d09637d9836665269092b53cf4e91da0.tar.gz mtk-20170518-4cee84f7d09637d9836665269092b53cf4e91da0.tar.bz2 |
Fix ext4 build
SVN-Revision: 24110
Diffstat (limited to 'target/linux/omap35xx/gumstix/profiles/gumstix.mk')
-rw-r--r-- | target/linux/omap35xx/gumstix/profiles/gumstix.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap35xx/gumstix/profiles/gumstix.mk b/target/linux/omap35xx/gumstix/profiles/gumstix.mk index 22e5136..ec5ce96 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 \ |