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/aztech.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/aztech.mk')
-rw-r--r-- | target/linux/lantiq/xway/profiles/aztech.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/lantiq/xway/profiles/aztech.mk b/target/linux/lantiq/xway/profiles/aztech.mk deleted file mode 100644 index 8f4887720e..0000000000 --- a/target/linux/lantiq/xway/profiles/aztech.mk +++ /dev/null @@ -1,7 +0,0 @@ -define Profile/GR7000 - NAME:=Aztech GR7000 - PACKAGES:= \ - kmod-ltq-deu-ar9 kmod-usb-dwc2 \ - swconfig -endef -$(eval $(call Profile,GR7000)) |