X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fadm5120-2.6%2FMakefile;h=5393a48998c2893c3c924ac0b2863ca94d602c12;hb=0d861019fc70006f29e85cd69b997de25f0c39e9;hp=80b35e7efdd060a29c6e14bcfda7ae26fe87ce5f;hpb=14f5c350584f1b0f282cfe7724965fb44494b3eb;p=openwrt-10.03%2F.git diff --git a/target/linux/adm5120-2.6/Makefile b/target/linux/adm5120-2.6/Makefile index 80b35e7ef..5393a4899 100644 --- a/target/linux/adm5120-2.6/Makefile +++ b/target/linux/adm5120-2.6/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -8,15 +8,20 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=adm5120 -BOARDNAME:=ADMtek 5120 -FEATURES:=jffs2 broken +BOARDNAME:=ADM5120 (Little Endian) +FEATURES:=squashfs jffs2 pci usb + +LINUX_VERSION:=2.6.22 define Target/Description - Build firmware images for ADMTek ADM5120 based boards - (e.g : RouterBoard RB112, Compex WP54G ...) + Build firmware images for Infineon/ADMtek ADM5120 based boards + (e.g : RouterBoard RB1xx, Compex WP54G-WRT ...) endef include $(INCLUDE_DIR)/kernel-build.mk -DEFAULT_PACKAGES += kmod-madwifi +DEFAULT_PACKAGES += admswconfig + +# include the profiles +-include profiles/*.mk $(eval $(call BuildKernel))