diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-15 18:54:34 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-15 18:54:34 +0000 |
commit | 60ecd5fe04ebeaefedad4d06a756bc46bc772638 (patch) | |
tree | cb27c78b5cfd83c4c28d0b9c1426b4d44307d0a9 /target/linux/x86/rdc/target.mk | |
parent | 160c2ef0118472b7178d432216ee10aa2df48fe1 (diff) | |
download | upstream-60ecd5fe04ebeaefedad4d06a756bc46bc772638.tar.gz upstream-60ecd5fe04ebeaefedad4d06a756bc46bc772638.tar.bz2 upstream-60ecd5fe04ebeaefedad4d06a756bc46bc772638.zip |
merge the RDC R-321x target as a subtarget of x86
SVN-Revision: 33779
Diffstat (limited to 'target/linux/x86/rdc/target.mk')
-rw-r--r-- | target/linux/x86/rdc/target.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/x86/rdc/target.mk b/target/linux/x86/rdc/target.mk new file mode 100644 index 0000000000..32b300466a --- /dev/null +++ b/target/linux/x86/rdc/target.mk @@ -0,0 +1,14 @@ +BOARDNAME:=RDC R-321x +FEATURES:=squashfs jffs2 pci usb gpio pcmcia +CFLAGS:=-Os -pipe -march=i486 -mtune=i486 -fno-caller-saves +MAINTAINER:=Florian Fainelli <florian@openwrt.org> + +DEFAULT_PACKAGES += kmod-llc kmod-stp kmod-bridge kmod-8021q \ + wpad-mini kmod-libphy kmod-r6040 kmod-input-core \ + kmod-input-polldev kmod-input-gpio-buttons kmod-button-hotplug \ + kmod-rdc321x-wdt + +define Target/Description + Build firmware images for RDC321x based routers + (e.g. Airlink101 AR525W, Linksys WRT54GR, Sitecom WL-153) +endef |