diff options
author | John Crispin <john@phrozen.org> | 2016-06-01 22:43:58 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-05 23:23:57 +0200 |
commit | ba42c1db418e37a8061c22556b89522e02533b5c (patch) | |
tree | a8e40f52ea8c9bf1f149674c2df9d191af35d592 /target/linux/lantiq/xway/profiles/zyxel.mk | |
parent | f02184cbcfb714f49bfc9e6b30ad8831635ffe35 (diff) | |
download | upstream-ba42c1db418e37a8061c22556b89522e02533b5c.tar.gz upstream-ba42c1db418e37a8061c22556b89522e02533b5c.tar.bz2 upstream-ba42c1db418e37a8061c22556b89522e02533b5c.zip |
lantiq: un-macro the image building code
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/lantiq/xway/profiles/zyxel.mk')
-rw-r--r-- | target/linux/lantiq/xway/profiles/zyxel.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/lantiq/xway/profiles/zyxel.mk b/target/linux/lantiq/xway/profiles/zyxel.mk deleted file mode 100644 index a1177fbf1f..0000000000 --- a/target/linux/lantiq/xway/profiles/zyxel.mk +++ /dev/null @@ -1,10 +0,0 @@ -define Profile/P2601HNFX - NAME:=ZyXEL P-2601HN-Fx - PACKAGES:= kmod-rt2800-usb wpad-mini \ - kmod-ltq-adsl-ar9-mei kmod-ltq-adsl-ar9 \ - kmod-ltq-adsl-ar9-fw-b kmod-ltq-atm-ar9 \ - ltq-adsl-app ppp-mod-pppoe \ - kmod-ltq-deu-ar9 kmod-usb-dwc2 \ - swconfig -endef -$(eval $(call Profile,P2601HNFX)) |