diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:49 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:49 +0000 |
commit | 3794485996aa66ccaae0bb8d934699f5832f5f5c (patch) | |
tree | 873024d28c3a7972358f430786d54e3daeabef98 /target/linux/lantiq/xrx200 | |
parent | e39787b0fd8036e2921403f5a9408372ddd1da2f (diff) | |
download | upstream-3794485996aa66ccaae0bb8d934699f5832f5f5c.tar.gz upstream-3794485996aa66ccaae0bb8d934699f5832f5f5c.tar.bz2 upstream-3794485996aa66ccaae0bb8d934699f5832f5f5c.zip |
lantiq: style fixes
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38051 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xrx200')
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/tplink.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xrx200/profiles/tplink.mk b/target/linux/lantiq/xrx200/profiles/tplink.mk index fd4d76061f..21880c0b32 100644 --- a/target/linux/lantiq/xrx200/profiles/tplink.mk +++ b/target/linux/lantiq/xrx200/profiles/tplink.mk @@ -5,7 +5,7 @@ define Profile/TDW8970 kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \ kmod-ltq-atm-vr9 ltq-vdsl-vr9-fw-installer \ ltq-vdsl-app ppp-mod-pppoa \ - kmod-ledtrig-usbdev + kmod-ledtrig-usbdev endef $(eval $(call Profile,TDW8970)) |