mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
select k3wifi and k3screen with DEVMEM by default
This commit is contained in:
parent
04ac3d7c9e
commit
6d0a99015d
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=k3screenctrl
|
||||
PKG_VERSION:=0.10
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/updateing/k3screenctrl.git
|
||||
@ -19,7 +19,7 @@ TARGET_CFLAGS+= -D_GNU_SOURCE
|
||||
define Package/k3screenctrl
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=@TARGET_bcm53xx_DEVICE_phicomm-k3
|
||||
DEPENDS:=@TARGET_bcm53xx_DEVICE_phicomm-k3 +@KERNEL_DEVMEM
|
||||
TITLE:=LCD screen controller on PHICOMM K3
|
||||
URL:=https://github.com/updateing/k3-screen-ctrl
|
||||
endef
|
||||
|
@ -250,7 +250,7 @@ endef
|
||||
|
||||
define Device/phicomm-k3
|
||||
DEVICE_TITLE := PHICOMM K3
|
||||
DEVICE_PACKAGES := $(BRCMFMAC_4366C0) $(USB3_PACKAGES)
|
||||
DEVICE_PACKAGES := $(BRCMFMAC_4366C0) $(USB3_PACKAGES) + k3wifi + k3screenctrl
|
||||
IMAGES := trx
|
||||
endef
|
||||
TARGET_DEVICES += phicomm-k3
|
||||
@ -315,7 +315,7 @@ define Device/smartrg-sr400ac
|
||||
IMAGES := trx
|
||||
IMAGE/trx := append-rootfs | trx-serial
|
||||
endef
|
||||
TARGET_DEVICES += smartrg-sr400ac
|
||||
# TARGET_DEVICES += smartrg-sr400ac
|
||||
|
||||
define Device/tenda-ac9
|
||||
DEVICE_TITLE := Tenda AC9
|
||||
@ -323,7 +323,7 @@ define Device/tenda-ac9
|
||||
IMAGES := trx
|
||||
IMAGE/trx := append-rootfs | trx-serial
|
||||
endef
|
||||
TARGET_DEVICES += tenda-ac9
|
||||
# TARGET_DEVICES += tenda-ac9
|
||||
|
||||
define Device/tplink-archer-c5-v2
|
||||
DEVICE_TITLE := TP-LINK Archer C5 V2
|
||||
@ -332,7 +332,7 @@ define Device/tplink-archer-c5-v2
|
||||
IMAGE/bin := append-rootfs | bcm53xx-tplink-safeloader
|
||||
TPLINK_BOARD := ARCHER-C5-V2
|
||||
endef
|
||||
TARGET_DEVICES += tplink-archer-c5-v2
|
||||
# TARGET_DEVICES += tplink-archer-c5-v2
|
||||
|
||||
define Device/tplink-archer-c9-v1
|
||||
DEVICE_TITLE := TP-LINK Archer C9 V1
|
||||
@ -341,6 +341,6 @@ define Device/tplink-archer-c9-v1
|
||||
IMAGE/bin := append-rootfs | bcm53xx-tplink-safeloader
|
||||
TPLINK_BOARD := ARCHERC9
|
||||
endef
|
||||
TARGET_DEVICES += tplink-archer-c9-v1
|
||||
# TARGET_DEVICES += tplink-archer-c9-v1
|
||||
|
||||
$(eval $(call BuildImage))
|
||||
|
Loading…
Reference in New Issue
Block a user