projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472dbab
)
ramips: add missing DEVICE_VENDOR
author
Daniel Golle
<daniel@makrotopia.org>
Wed, 10 Jul 2019 15:15:49 +0000
(17:15 +0200)
committer
Daniel Golle
<daniel@makrotopia.org>
Wed, 10 Jul 2019 15:15:49 +0000
(17:15 +0200)
Fixes commit
ee66fe4ea9a6f5e3f47a063f850bac57e1fb411a
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/ramips/image/mt7620.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/mt7620.mk
b/target/linux/ramips/image/mt7620.mk
index a060717400a8402fab4d09090be14c32bf77e15a..a8a539121693eb6d054fda9f731552646ec4b734 100644
(file)
--- a/
target/linux/ramips/image/mt7620.mk
+++ b/
target/linux/ramips/image/mt7620.mk
@@
-837,7
+837,7
@@
TARGET_DEVICES += wrh-300cr
define Device/wrtnode
DTS := WRTNODE
IMAGE_SIZE := $(ralink_default_fw_size_16M)
- DEVICE_VENDOR :=
+ DEVICE_VENDOR :=
WRTNode
DEVICE_MODEL := WRTNode
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci
endef