ramips: move different subtarget image generation to separate makefiles to improve...
authorJohn Crispin <john@openwrt.org>
Fri, 1 Apr 2016 07:11:48 +0000 (07:11 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 1 Apr 2016 07:11:48 +0000 (07:11 +0000)
commit79d02229cc12c415007ec4346425016622ec449b
tree15f41cd0e3d0073858f4e4f4d971ae7ab3dd0f46
parent12334f58fe6370441fcfe90b9dd917b33bb127dc
ramips: move different subtarget image generation to separate makefiles to improve maintainability

- all subtarget specific defines are in their own files
- common defines left in main Makefile
- each subtarget makefile idefed with SUBTARGET
- all subtargets compile tested
- few seems to be broken/unneeded things marked with FIXME

Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 49104
target/linux/ramips/image/Makefile
target/linux/ramips/image/mt7620.mk [new file with mode: 0644]
target/linux/ramips/image/mt7621.mk [new file with mode: 0644]
target/linux/ramips/image/mt7628.mk [new file with mode: 0644]
target/linux/ramips/image/mt7688.mk [new file with mode: 0644]
target/linux/ramips/image/rt288x.mk [new file with mode: 0644]
target/linux/ramips/image/rt305x.mk [new file with mode: 0644]
target/linux/ramips/image/rt3883.mk [new file with mode: 0644]