diff options
| author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-06-11 10:17:50 +0200 |
|---|---|---|
| committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-06-11 10:17:50 +0200 |
| commit | 389f7802db0afade76dbf32c879df7cbfb74f8ba (patch) | |
| tree | c88596a249d7cb96eeb127dfa819eb5c0b6c54cf /target/linux/bmips/image/Makefile | |
| parent | 130e5c63c7939d6ddce658f5918ee3d25de50cce (diff) | |
| download | upstream-389f7802db0afade76dbf32c879df7cbfb74f8ba.tar.gz upstream-389f7802db0afade76dbf32c879df7cbfb74f8ba.tar.bz2 upstream-389f7802db0afade76dbf32c879df7cbfb74f8ba.zip | |
bmips: image: rename Device/bcm63xx_netgear
Every other Device definition in the target is using hyphens instead of
underscores.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/image/Makefile')
| -rw-r--r-- | target/linux/bmips/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bmips/image/Makefile b/target/linux/bmips/image/Makefile index 58685dec747..5ce026c5842 100644 --- a/target/linux/bmips/image/Makefile +++ b/target/linux/bmips/image/Makefile @@ -313,7 +313,7 @@ define Device/bcm63xx-nand DEVICE_PACKAGES += nand-utils endef -define Device/bcm63xx_netgear +define Device/bcm63xx-netgear $(Device/bcm63xx-cfe) DEVICE_VENDOR := NETGEAR IMAGES := factory.chk sysupgrade.bin |
