diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-19 10:15:44 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-01-19 10:15:44 +0000 |
commit | eec0bac5da5228e16989c805e3bf1d166212f66f (patch) | |
tree | d7f3ca8a97dc46a99490f1e09c405feafb1f54d3 /target/linux | |
parent | e443ec2cb5d2e7837f38e2205bbf16ab342b2ea0 (diff) | |
download | master-187ad058-eec0bac5da5228e16989c805e3bf1d166212f66f.tar.gz master-187ad058-eec0bac5da5228e16989c805e3bf1d166212f66f.tar.bz2 master-187ad058-eec0bac5da5228e16989c805e3bf1d166212f66f.zip |
ramips: HiLink HLK-RM04 image name typo (RM02 -> RM04)
The image name for the HiLink HLK-RM04 module has a typo and should read "RM04" rather than "RM02"
Signed-off-by: John Clark <inindev@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48355 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 2427ac6d0f..55b9cf40d2 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -592,7 +592,7 @@ define BuildFirmware/HLKRM04/initramfs $(call BuildFirmware/OF/initramfs,$(1),$(2),$(3),$(4)) mkhilinkfw -e -i$(call imgname,$(1),$(2))-uImage.bin -o $(call imgname,$(1),$(2))-factory.bin; endef -Image/Build/Profile/HLKRM04=$(call BuildFirmware/HLKRM04/$(1),$(1),hlk-rm04,HLKRM04,HLK-RM02) +Image/Build/Profile/HLKRM04=$(call BuildFirmware/HLKRM04/$(1),$(1),hlk-rm04,HLKRM04,HLK-RM04) Image/Build/Profile/HT-TM02=$(call BuildFirmware/Default8M/$(1),$(1),ht-tm02,HT-TM02) |