diff options
author | John Crispin <john@openwrt.org> | 2011-02-01 14:35:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-02-01 14:35:36 +0000 |
commit | e919bd002a7f08d1c893dc3272f1f6332442fc35 (patch) | |
tree | bf2e28836e52b2a82972c338cc244dd12a034fef /target/linux/ifxmips/danube/profiles/000-None.mk | |
parent | 61527e0b529fa012fc181f64bf3d3a5c48a9cb33 (diff) | |
download | upstream-e919bd002a7f08d1c893dc3272f1f6332442fc35.tar.gz upstream-e919bd002a7f08d1c893dc3272f1f6332442fc35.tar.bz2 upstream-e919bd002a7f08d1c893dc3272f1f6332442fc35.zip |
* drop codebase in favour of lantiq target
SVN-Revision: 25277
Diffstat (limited to 'target/linux/ifxmips/danube/profiles/000-None.mk')
-rw-r--r-- | target/linux/ifxmips/danube/profiles/000-None.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/ifxmips/danube/profiles/000-None.mk b/target/linux/ifxmips/danube/profiles/000-None.mk deleted file mode 100644 index 95b04eed9d..0000000000 --- a/target/linux/ifxmips/danube/profiles/000-None.mk +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (C) 2006-2008 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/None - NAME:=Generic, No WiFi - PACKAGES:=-wpad-mini -endef - -define Profile/None/Description - Package set without WiFi support -endef -$(eval $(call Profile,None)) - |