Просмотр исходного кода

Update filesystem selection

SVN-Revision: 26366
Hamish Guthrie 14 лет назад
Родитель
Сommit
3ae738ce75

+ 1 - 1
target/linux/omap35xx/Makefile

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=omap35xx
 BOARDNAME:=TI OMAP35xx
-FEATURES:=broken
+FEATURES:=ubifs targz broken
 SUBTARGETS=beagleboard gumstix
 
 LINUX_VERSION:=2.6.32.33

+ 1 - 3
target/linux/omap35xx/gumstix/profiles/000-hegw.mk

@@ -5,13 +5,11 @@
 # See /LICENSE for more information.
 #
 
-FEATURES:=ubifs
-
 define Profile/Gumstix
   NAME:=hegw
   PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
 		-firewall -mtd -hotplug2 -udevtrigger -dropbear \
-		ext4 ubifs usb udev kmod-bluetooth ntpclient wpa-supplicant \
+		usb udev kmod-bluetooth ntpclient wpa-supplicant \
 		wireless-tools wpa-cli \
 		bluez-utils bluez-hcidump usbutils \
 		kmod-usb-serial kmod-usb-serial-cp210x kmod-usb-serial-ftdi \

+ 1 - 3
target/linux/omap35xx/gumstix/profiles/001-vpp.mk

@@ -5,13 +5,11 @@
 # See /LICENSE for more information.
 #
 
-FEATURES:=ubifs
-
 define Profile/Vpp
   NAME:=vpp
   PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
 		-firewall -mtd -hotplug2 -udevtrigger -dropbear \
-		ext4 ubifs usb udev kmod-bluetooth ntpclient wpa-supplicant \
+		usb udev kmod-bluetooth ntpclient wpa-supplicant \
 		wireless-tools wpa-cli \
 		bluez-utils bluez-hcidump usbutils \
 		kmod-usb-serial kmod-usb-serial-cp210x kmod-usb-serial-ftdi \