2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
12 FEATURES
:=squashfs jffs2
14 define Target
/Description
15 Build firmware images for TI AR7 based routers
(w.g. Linksys WAG54G v2
)
18 LINUX_VERSION
:=2.4.33.4
20 LINUX_KERNEL_MD5SUM
:=aca0257549c385a227088ad8853a72a2
22 include $(INCLUDE_DIR
)/kernel-build.mk
23 DEFAULT_PACKAGES
+= kmod-avalanche-cpmac
26 NAME
:=ADSL Annex A
(default
)
27 PACKAGES
:=kmod-sangam-atm-annex-a ppp-mod-pppoa
29 $(eval
$(call Profile
,AnnexA
))
33 PACKAGES
:=kmod-sangam-atm-annex-b ppp-mod-pppoa
35 $(eval
$(call Profile
,AnnexB
))
41 $(eval
$(call Profile
,None
))
43 $(eval
$(call BuildKernel
))