X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/80bb9da84fa3724e61a6e4589cdaf458fbeabf4f..324684a0b7b13d0e6f2c76eff8bdee42555282cf:/target/linux/rdc/Makefile?ds=sidebyside diff --git a/target/linux/rdc/Makefile b/target/linux/rdc/Makefile index 0abff0039..11884ec56 100644 --- a/target/linux/rdc/Makefile +++ b/target/linux/rdc/Makefile @@ -9,14 +9,15 @@ include $(TOPDIR)/rules.mk ARCH:=i386 BOARD:=rdc BOARDNAME:=RDC 321x -FEATURES:=squashfs jffs2 pci usb +FEATURES:=squashfs jffs2 pci usb pcmcia CFLAGS:=-Os -pipe -march=i486 -funit-at-a-time +SUBTARGETS:=amit ar525w r8610 dir-450 sitecom bifferboard -LINUX_VERSION:=2.6.30.9 +LINUX_VERSION:=2.6.30.10 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += hostapd-mini kmod-rdc321x-wdt +DEFAULT_PACKAGES += wpad-mini kmod-rdc321x-wdt kmod-r6040 define Target/Description Build firmware images for RDC321x based routers @@ -24,7 +25,3 @@ define Target/Description endef $(eval $(call BuildTarget)) - -$(eval $(call RequireCommand,lzma, \ - Please install lzma-4.4x. \ -))