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 | 38727322c5afa61d6b0ae2205119aa2b3c1ed6d2 (patch) | |
tree | e13fc1b4f19f0ec7425edd36d50d3bc8a1e7c03a /package/kernel/lantiq/ltq-vmmc | |
parent | 05ed488ffefd9ff7550ff5b0aa782c7fe4f1bc2d (diff) | |
download | master-187ad058-38727322c5afa61d6b0ae2205119aa2b3c1ed6d2.tar.gz master-187ad058-38727322c5afa61d6b0ae2205119aa2b3c1ed6d2.tar.bz2 master-187ad058-38727322c5afa61d6b0ae2205119aa2b3c1ed6d2.zip |
cosmetic: remove trailing whitespaces
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47197 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |