From: Florian Fainelli Date: Sun, 7 Nov 2010 20:37:40 +0000 (+0000) Subject: net5501: Add features to net5501 and remove HID support (unneeded) X-Git-Tag: reboot~18444 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=60c6d33e006d73648584960d1e0a533899a5b911;hp=c991aafef0ee266a2f8fb99a1fef56f48533cb50 net5501: Add features to net5501 and remove HID support (unneeded) Since the net5501 doesn't have a VGA port, it doesn't need HID support either -- all console access will be over a serial port. Also add FEATURES to it as well. Signed-of-by: Philip Prindeville SVN-Revision: 23916 --- diff --git a/target/linux/x86/net5501/target.mk b/target/linux/x86/net5501/target.mk index ebd6c4a9c6..07fdae643e 100644 --- a/target/linux/x86/net5501/target.mk +++ b/target/linux/x86/net5501/target.mk @@ -1,11 +1,12 @@ BOARDNAME:=Soekris net5501 +FEATURES:=squashfs pci usb gpio DEFAULT_PACKAGES += kmod-ata-via-sata kmod-crypto-hw-geode \ kmod-gpio-cs5535 kmod-gpio-nsc kmod-gpio-pc8736x \ kmod-wdt-geode kmod-hwmon-core kmod-hwmon-pc87360 \ kmod-via-rhine kmod-leds-net5501 \ kmod-i2c-core kmod-i2c-gpio \ kmod-i2c-algo-bit kmod-i2c-algo-pca kmod-i2c-algo-pcf \ - kmod-usb-core kmod-usb2 kmod-usb-hid kmod-usb-uhci + kmod-usb-core kmod-usb2 kmod-usb-uhci CFLAGS += -Os -pipe -march=k6-2 -fno-align-functions -fno-align-loops -fno-align-jumps \ -fno-align-labels