diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-02-04 17:41:42 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-09 09:45:27 +0100 |
commit | f5416b0622b1496f8a164d85db0f1974858e30e8 (patch) | |
tree | c094c09e6e4707a47a0f7caf4693bc699988513b /target/linux/ar71xx/image/ubnt.mk | |
parent | aab344d227e013dafdb820298f4dbb7c4e0524ba (diff) | |
download | upstream-f5416b0622b1496f8a164d85db0f1974858e30e8.tar.gz upstream-f5416b0622b1496f8a164d85db0f1974858e30e8.tar.bz2 upstream-f5416b0622b1496f8a164d85db0f1974858e30e8.zip |
ar71xx: image: drop redundant CONSOLE assignment
Default CONSOLE value for ar71xx target is "ttyS0,115200", so there
is no need to specify the same value in device profiles.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/image/ubnt.mk')
-rw-r--r-- | target/linux/ar71xx/image/ubnt.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/ubnt.mk b/target/linux/ar71xx/image/ubnt.mk index 68fe8ad301..7a1fc80dea 100644 --- a/target/linux/ar71xx/image/ubnt.mk +++ b/target/linux/ar71xx/image/ubnt.mk @@ -193,7 +193,6 @@ define Device/ubnt-air-gateway-pro BOARDNAME := UBNT-AGWP UBNT_TYPE := AirGWP UBNT_CHIP := ar934x - CONSOLE = ttyS0,115200 endef TARGET_DEVICES += ubnt-air-gateway-pro |