diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-09 10:24:40 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-04-09 10:24:40 +0000 |
commit | 920594781bd6c079d9cf4e3b23c50bd73e239792 (patch) | |
tree | 2c2c2d4ab19f7a127f593a28e02b5f600fae340e /target/linux | |
parent | 552e1072fb70703b10428ba2ee9035b0f3e310d9 (diff) | |
download | master-187ad058-920594781bd6c079d9cf4e3b23c50bd73e239792.tar.gz master-187ad058-920594781bd6c079d9cf4e3b23c50bd73e239792.tar.bz2 master-187ad058-920594781bd6c079d9cf4e3b23c50bd73e239792.zip |
ramips: enable device profiling by dts
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49125 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index ddd67a2686..6e0349f021 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -32,6 +32,7 @@ KERNEL_LOADADDR := $(loadaddr-y) KERNEL_DTB = kernel-bin | patch-dtb | lzma define Device/Default + PROFILES = Default $$(DTS) KERNEL_DEPENDS = $$(wildcard ../dts/$$(DTS).dts) KERNEL := $(KERNEL_DTB) | uImage lzma IMAGES := sysupgrade.bin |