diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-06-08 15:18:34 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-06-11 21:32:17 +0200 |
commit | 7bc5571d148cbb404a39b0d10fe41957547ba1e8 (patch) | |
tree | a5f93e266c0469e95f91542b49dbe0680f952c49 /target/linux/ar71xx/image/Makefile | |
parent | 80136e57a479d2a0902a3acdd57bfb0776a3be97 (diff) | |
download | upstream-7bc5571d148cbb404a39b0d10fe41957547ba1e8.tar.gz upstream-7bc5571d148cbb404a39b0d10fe41957547ba1e8.tar.bz2 upstream-7bc5571d148cbb404a39b0d10fe41957547ba1e8.zip |
ar71xx: image: use simply expanded variables
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 72ae3d59ff..6c70babc56 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -53,7 +53,7 @@ define Device/Default PROFILES = Default Minimal $$(DEVICE_PROFILE) MTDPARTS := BLOCKSIZE := 64k - CONSOLE = ttyS0,115200 + CONSOLE := ttyS0,115200 CMDLINE = $$(if $$(BOARDNAME),board=$$(BOARDNAME)) $$(if $$(MTDPARTS),mtdparts=$$(MTDPARTS)) $$(if $$(CONSOLE),console=$$(CONSOLE)) KERNEL := kernel-bin | patch-cmdline | lzma | uImage lzma COMPILE := |