aboutsummaryrefslogtreecommitdiffstats
path: root/package/broadcom-diag/Makefile
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2008-03-31 08:04:27 +0000
committerAndy Boyett <agb@openwrt.org>2008-03-31 08:04:27 +0000
commit05c67a6247568e228e3ae09caacfc2b2adc7409a (patch)
treed7eb40062649a0d825faf2204bc353165dafa0f9 /package/broadcom-diag/Makefile
parentc7248a33cbf6c0f17d9710cc20273b89873a75ba (diff)
downloadupstream-05c67a6247568e228e3ae09caacfc2b2adc7409a.tar.gz
upstream-05c67a6247568e228e3ae09caacfc2b2adc7409a.tar.bz2
upstream-05c67a6247568e228e3ae09caacfc2b2adc7409a.zip
Add support for the ASUS WL-520gU
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10692 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/broadcom-diag/Makefile')
-rw-r--r--package/broadcom-diag/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/broadcom-diag/Makefile b/package/broadcom-diag/Makefile
index 73401fc220..0158779c68 100644
--- a/package/broadcom-diag/Makefile
+++ b/package/broadcom-diag/Makefile
@@ -1,5 +1,5 @@
-#
-# Copyright (C) 2006 OpenWrt.org
+#
+# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=broadcom-diag
-PKG_RELEASE:=2
+PKG_RELEASE:=3
include $(INCLUDE_DIR)/package.mk
@@ -38,5 +38,5 @@ define Build/Compile
EXTRA_CFLAGS="$(BUILDFLAGS)" \
modules
endef
-
+
$(eval $(call KernelPackage,diag))