diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-03 11:44:28 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-03 11:44:28 +0000 |
commit | d6fe17c2bf3c2d23a88545b8a031390c66a032fc (patch) | |
tree | 299a9a0ac064e3bf02a2dc1b85d23c8e4cf22583 /target/linux/brcm-2.4/Makefile | |
parent | b2e24e292fa6c165decccc359457db3d4d89ce29 (diff) |
brcm-2.4 is the only non-2.6 target, it's pointless to note the kernelversion in other targets' Target-Name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17102 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm-2.4/Makefile')
-rw-r--r-- | target/linux/brcm-2.4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm-2.4/Makefile b/target/linux/brcm-2.4/Makefile index d93e0b6b9..005056299 100644 --- a/target/linux/brcm-2.4/Makefile +++ b/target/linux/brcm-2.4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=brcm-2.4 -BOARDNAME:=Broadcom BCM947xx/953xx +BOARDNAME:=Broadcom BCM947xx/953xx [2.4] FEATURES:=squashfs KERNEL:=2.4 |