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:
Adrian Schmutzler 2020-02-11 14:05:35 +01:00
parent 22d7aa0bf4
commit 37b52fc053
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ include $(INCLUDE_DIR)/nls.mk
define Package/lcdringer
SECTION:=network
CATEGORY:=Network
DEPENDS:=+libgee +libgstreamer1 +loudmouth @TARGET_brcm2708
DEPENDS:=+libgee +libgstreamer1 +loudmouth @TARGET_bcm27xx
TITLE:=lcdringer
URL:=https://www.flyn.org/projects/lcdringer/
endef