diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-11-07 20:37:40 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-11-07 20:37:40 +0000 |
commit | 96647364b9ea19b6685c42e32a5f1ec4088a63d1 (patch) | |
tree | 2a8d4100de90a23c1834f1e283de2cb8b7abaf00 /target | |
parent | d6be4498f186a9179561ccc04d41d92af8700715 (diff) | |
download | upstream-96647364b9ea19b6685c42e32a5f1ec4088a63d1.tar.gz upstream-96647364b9ea19b6685c42e32a5f1ec4088a63d1.tar.bz2 upstream-96647364b9ea19b6685c42e32a5f1ec4088a63d1.zip |
[x86] 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 <philip@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23916 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/net5501/target.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |