ramips: move different subtarget image generation to separate makefiles to improve...
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Apr 2016 07:11:48 +0000 (07:11 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Apr 2016 07:11:48 +0000 (07:11 +0000)
commitbf897a99744c5268607b2f9f54188a784810da0e
tree949994aee62a0ccbeb0aced96cb8db38a8a9fdd9
parented1733471639fb1401105c4a32a5add8da476589
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49104 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]