diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-10 16:36:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-10 16:36:17 +0000 |
commit | 34987e71dc1ca41d830b42f45d4b36a27b2d5bb7 (patch) | |
tree | 3c71585f0be90f3af23acdadf2b5456e91eb91e5 /package/firmware/linux-firmware/Makefile | |
parent | 92df4c4e7e098c802c29f3342aa8ebe5ae34f538 (diff) | |
download | master-187ad058-34987e71dc1ca41d830b42f45d4b36a27b2d5bb7.tar.gz master-187ad058-34987e71dc1ca41d830b42f45d4b36a27b2d5bb7.tar.bz2 master-187ad058-34987e71dc1ca41d830b42f45d4b36a27b2d5bb7.zip |
mac80211: move marvell firmware to the linux-firmware package
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48178 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firmware/linux-firmware/Makefile')
-rw-r--r-- | package/firmware/linux-firmware/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/firmware/linux-firmware/Makefile b/package/firmware/linux-firmware/Makefile index d268979d44..7dc2b78d38 100644 --- a/package/firmware/linux-firmware/Makefile +++ b/package/firmware/linux-firmware/Makefile @@ -21,6 +21,8 @@ PKG_MIRROR_MD5SUM:=ca4d289ad9380471cae376fc7dd3660a PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> +SCAN_DEPS = *.mk + include $(INCLUDE_DIR)/package.mk define Package/firmware-default |