diff options
author | Luka Perkov <luka@openwrt.org> | 2015-10-15 22:12:13 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-10-15 22:12:13 +0000 |
commit | 75078acd93b061d1068930ad886001119f7cf20b (patch) | |
tree | 5035bb7392ece1a69acc99262289db6cc9832063 /package/kernel/lantiq/ltq-vmmc | |
parent | 8e9196d1cb981d9a68cb79a9a12b8bafc92cdabf (diff) | |
download | upstream-75078acd93b061d1068930ad886001119f7cf20b.tar.gz upstream-75078acd93b061d1068930ad886001119f7cf20b.tar.bz2 upstream-75078acd93b061d1068930ad886001119f7cf20b.zip |
cosmetic: remove trailing whitespaces
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 47197
Diffstat (limited to 'package/kernel/lantiq/ltq-vmmc')
-rw-r--r-- | package/kernel/lantiq/ltq-vmmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-vmmc/Makefile b/package/kernel/lantiq/ltq-vmmc/Makefile index 97e250bbeb..9e21a05dcd 100644 --- a/package/kernel/lantiq/ltq-vmmc/Makefile +++ b/package/kernel/lantiq/ltq-vmmc/Makefile @@ -62,7 +62,7 @@ ifneq ($(CONFIG_VOICE_CPE_VMMC_MPS_HISTORY_SIZE),128) CONFIGURE_ARGS += --enable-history-buf=$(CONFIG_VOICE_CPE_VMMC_MPS_HISTORY_SIZE) endif -#defaults +#defaults FW_URL:=http://downloads.openwrt.org/sources/ FW_TARGET:=ifx_firmware.bin FW_FILE:=fw_voip_ifx.tar.gz |