lcdringer: apply brcm2708 target rename to bcm27xx to dependencies
Since the brcm2708 target has been renamed to bcm27xx in openwrt repo, update the dependency to the target in this package. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
22d7aa0bf4
commit
37b52fc053
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ include $(INCLUDE_DIR)/nls.mk
|
||||||
define Package/lcdringer
|
define Package/lcdringer
|
||||||
SECTION:=network
|
SECTION:=network
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libgee +libgstreamer1 +loudmouth @TARGET_brcm2708
|
DEPENDS:=+libgee +libgstreamer1 +loudmouth @TARGET_bcm27xx
|
||||||
TITLE:=lcdringer
|
TITLE:=lcdringer
|
||||||
URL:=https://www.flyn.org/projects/lcdringer/
|
URL:=https://www.flyn.org/projects/lcdringer/
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue