summaryrefslogtreecommitdiffstats
path: root/package/uccp420wlan/uccp420wlan.mk
blob: bd89e0700fe2a5b36dc5d027e702ce0c0eb6b490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
################################################################################
#
# uccp420wlan
#
################################################################################

UCCP420WLAN_VERSION = v6.9.1
UCCP420WLAN_SITE = $(call github,CreatorDev,uccp420wlan,$(UCCP420WLAN_VERSION))
UCCP420WLAN_LICENSE = GPL-2.0 (kernel module), proprietary (firmware blob)
UCCP420WLAN_LICENSE_FILES = COPYING firmware/LICENSE.imagination

define UCCP420WLAN_INSTALL_TARGET_CMDS
	mkdir -p $(TARGET_DIR)/lib/firmware/img/uccp420wlan
	cp $(@D)/firmware/*.ldr $(TARGET_DIR)/lib/firmware/img/uccp420wlan
endef

$(eval $(kernel-module))
$(eval $(generic-package))
OpenPOWER on IntegriCloud