[omap35xx] Update filesystem selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26366 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
ca250ce8c5
commit
945d651a49
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
ARCH:=arm
|
ARCH:=arm
|
||||||
BOARD:=omap35xx
|
BOARD:=omap35xx
|
||||||
BOARDNAME:=TI OMAP35xx
|
BOARDNAME:=TI OMAP35xx
|
||||||
FEATURES:=broken
|
FEATURES:=ubifs targz broken
|
||||||
SUBTARGETS=beagleboard gumstix
|
SUBTARGETS=beagleboard gumstix
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.32.33
|
LINUX_VERSION:=2.6.32.33
|
||||||
|
|
|
@ -5,13 +5,11 @@
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
FEATURES:=ubifs
|
|
||||||
|
|
||||||
define Profile/Gumstix
|
define Profile/Gumstix
|
||||||
NAME:=hegw
|
NAME:=hegw
|
||||||
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 \
|
||||||
ext4 ubifs usb udev kmod-bluetooth ntpclient wpa-supplicant \
|
usb udev kmod-bluetooth ntpclient wpa-supplicant \
|
||||||
wireless-tools wpa-cli \
|
wireless-tools wpa-cli \
|
||||||
bluez-utils bluez-hcidump usbutils \
|
bluez-utils bluez-hcidump usbutils \
|
||||||
kmod-usb-serial kmod-usb-serial-cp210x kmod-usb-serial-ftdi \
|
kmod-usb-serial kmod-usb-serial-cp210x kmod-usb-serial-ftdi \
|
||||||
|
|
|
@ -5,13 +5,11 @@
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
FEATURES:=ubifs
|
|
||||||
|
|
||||||
define Profile/Vpp
|
define Profile/Vpp
|
||||||
NAME:=vpp
|
NAME:=vpp
|
||||||
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 \
|
||||||
ext4 ubifs usb udev kmod-bluetooth ntpclient wpa-supplicant \
|
usb udev kmod-bluetooth ntpclient wpa-supplicant \
|
||||||
wireless-tools wpa-cli \
|
wireless-tools wpa-cli \
|
||||||
bluez-utils bluez-hcidump usbutils \
|
bluez-utils bluez-hcidump usbutils \
|
||||||
kmod-usb-serial kmod-usb-serial-cp210x kmod-usb-serial-ftdi \
|
kmod-usb-serial kmod-usb-serial-cp210x kmod-usb-serial-ftdi \
|
||||||
|
|
Loading…
Reference in New Issue