diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2009-03-18 20:54:30 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2009-03-18 20:54:30 +0000 |
commit | e37bcf26a22eb3d553aeb682c5a0c472d7f6b604 (patch) | |
tree | 60384998045f6f113485d8d0809d16bbc992d4d6 /package | |
parent | bc2824ec3da37ff5fc668e31c1b1f3669d54a7a6 (diff) | |
download | upstream-e37bcf26a22eb3d553aeb682c5a0c472d7f6b604.tar.gz upstream-e37bcf26a22eb3d553aeb682c5a0c472d7f6b604.tar.bz2 upstream-e37bcf26a22eb3d553aeb682c5a0c472d7f6b604.zip |
[crda] Updated regulatory.bin to 2009.03.09.
Thanks to quentin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14942 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/crda/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/crda/Makefile b/package/crda/Makefile index 5b7b0accfc..0f24c3b3d4 100644 --- a/package/crda/Makefile +++ b/package/crda/Makefile @@ -18,10 +18,10 @@ PKG_MD5SUM:=03554b71eef2626795befa17eb1d8b9e PKG_BUILD_DEPENDS:=mac80211 libnl PKG_REGULATORY_NAME:=regulatory -PKG_REGULATORY_VERSION:=2009.01.15 +PKG_REGULATORY_VERSION:=2009.03.09 PKG_REGULATORY_SOURCE_URL:=http://wireless.kernel.org/download/wireless-regdb/regulatory.bins PKG_REGULATORY_SOURCE:=$(PKG_REGULATORY_VERSION)-$(PKG_REGULATORY_NAME).bin -PKG_REGULATORY_MD5SUM:=a0db99e5385c876b6da7e2869546f6e2 +PKG_REGULATORY_MD5SUM:=8bda8022441a19e8b956dd3835cf9b10 include $(INCLUDE_DIR)/package.mk |