diff options
author | Davide Fioravanti <pantanastyle@gmail.com> | 2019-05-20 05:15:24 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-05-31 10:30:03 +0200 |
commit | 62ce6d58f2ed280744ea6ef793c2342494b12ce7 (patch) | |
tree | c6e733e2d5da9d2cab4c3722b751be252458d6c4 /target/linux/ramips/image/rt305x.mk | |
parent | d95dff162ae110e82674cc1511ef851be231b232 (diff) | |
download | upstream-62ce6d58f2ed280744ea6ef793c2342494b12ce7.tar.gz upstream-62ce6d58f2ed280744ea6ef793c2342494b12ce7.tar.bz2 upstream-62ce6d58f2ed280744ea6ef793c2342494b12ce7.zip |
ramips: unify JCG helper command definition
This patch makes the JCG helper command definition available
for every rampis target
Signed-off-by: Davide Fioravanti <pantanastyle@gmail.com>
Diffstat (limited to 'target/linux/ramips/image/rt305x.mk')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index c67384f071..adda8ec67e 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -21,11 +21,6 @@ define Build/hilink-header mv $@.new $@ endef -define Build/jcg-header - $(STAGING_DIR_HOST)/bin/jcgimage -v $(1) -u $@ -o $@.new - mv $@.new $@ -endef - define Device/3g150b DTS := 3G150B |