mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
Fix photonicat-firmware dependencies
This commit is contained in:
parent
053f193d01
commit
7fd1b241b4
@ -5,14 +5,11 @@ PKG_RELEASE:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
RSTRIP:=:
|
||||
STRIP:=:
|
||||
|
||||
define Package/photonicat-firmware
|
||||
SECTION:=firmware
|
||||
CATEGORY:=Firmware
|
||||
TITLE:=$(1)
|
||||
DEPENDS:=$(2)
|
||||
TITLE:=Photonicat WiFi Firmware
|
||||
DEPENDS:=@TARGET_rockchip_armv8
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
|
Loading…
Reference in New Issue
Block a user