firmware: extract prism54-firmware into own package
authorHauke Mehrtens <hauke.mehrtens@intel.com>
Wed, 22 Jun 2016 15:46:21 +0000 (17:46 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 30 Jun 2016 17:21:02 +0000 (19:21 +0200)
commit37fa64a6c54634df8d81066277e614d68efeaca7
tree19cb3bf1e106329b9e7f813bb4d0772bd9045d9c
parent0a0caa2656c8db73518a1783743ede772e3ac40f
firmware: extract prism54-firmware into own package

Instead of downloading the firmware for prism54 devices in the
wireless.mk do it in an extra package Makefile. To ship the complete
source code Intel ships our modified OpenWrt/LEDE + the content of the
dl directory. We do not want to have any files in the dl/ directory
which are not needed to build our images. The prism54 gets downloaded
every time independently of building kmod-net-prism54 or not. When it
is in a own package it only gets downloaded when the firmware package
is selected.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
package/firmware/prism54-firmware/Makefile [new file with mode: 0644]
package/kernel/linux/modules/wireless.mk