aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2016-07-04 20:11:19 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-07-04 20:11:19 +0200
commitcfc7b59c5cc9a1e464077198624f1383923451b7 (patch)
tree2810a954d5c9c9aa20908c76150ae1e751eb6f34 /package/firmware
parent2a17ff6faa11634dcd3c54f7621dcfb7b0efdcfa (diff)
downloadmaster-187ad058-cfc7b59c5cc9a1e464077198624f1383923451b7.tar.gz
master-187ad058-cfc7b59c5cc9a1e464077198624f1383923451b7.tar.bz2
master-187ad058-cfc7b59c5cc9a1e464077198624f1383923451b7.zip
rtl8192se-firmware: fix package build
The package did not pack the firmware because of a problem which looks like a copy and past error. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/firmware')
-rw-r--r--package/firmware/linux-firmware/realtek.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/linux-firmware/realtek.mk b/package/firmware/linux-firmware/realtek.mk
index 0f8b1ce750..894915b254 100644
--- a/package/firmware/linux-firmware/realtek.mk
+++ b/package/firmware/linux-firmware/realtek.mk
@@ -43,7 +43,7 @@ endef
$(eval $(call BuildPackage,rtl8192de-firmware))
Package/rtl8192se-firmware = $(call Package/firmware-default,RealTek RTL8192SE firmware)
-define KernelPackage/rtl8192se/install
+define Package/rtl8192se-firmware/install
$(INSTALL_DIR) $(1)/lib/firmware/rtlwifi
$(INSTALL_DATA) $(PKG_BUILD_DIR)/rtlwifi/rtl8192sefw.bin $(1)/lib/firmware/rtlwifi
endef