diff options
author | John Crispin <john@openwrt.org> | 2012-12-15 02:01:08 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-15 02:01:08 +0000 |
commit | 3dac521a49dc1fba0484968ce0c0cb6bc406ab34 (patch) | |
tree | 1d684dbac81bc7d044a6ed52cbf3381c2f1a8a9d /target/linux/lantiq/vr9/profiles | |
parent | 1dece11487e937deb4691f73545c1403d018421d (diff) | |
download | upstream-3dac521a49dc1fba0484968ce0c0cb6bc406ab34.tar.gz upstream-3dac521a49dc1fba0484968ce0c0cb6bc406ab34.tar.bz2 upstream-3dac521a49dc1fba0484968ce0c0cb6bc406ab34.zip |
remove 3.3 and 3.6
SVN-Revision: 34699
Diffstat (limited to 'target/linux/lantiq/vr9/profiles')
-rw-r--r-- | target/linux/lantiq/vr9/profiles/000-generic.mk | 6 | ||||
-rw-r--r-- | target/linux/lantiq/vr9/profiles/001-avm.mk | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/lantiq/vr9/profiles/000-generic.mk b/target/linux/lantiq/vr9/profiles/000-generic.mk deleted file mode 100644 index 787a74fba2..0000000000 --- a/target/linux/lantiq/vr9/profiles/000-generic.mk +++ /dev/null @@ -1,6 +0,0 @@ -define Profile/Generic - NAME:=Generic - all boards - PACKAGES:=kmod-leds-gpio button-hotplug -endef - -$(eval $(call Profile,Generic)) diff --git a/target/linux/lantiq/vr9/profiles/001-avm.mk b/target/linux/lantiq/vr9/profiles/001-avm.mk deleted file mode 100644 index 30de76abda..0000000000 --- a/target/linux/lantiq/vr9/profiles/001-avm.mk +++ /dev/null @@ -1,6 +0,0 @@ -define Profile/FRITZ3370 - NAME:=FRITZ3370 - Ftizbox - PACKAGES:=kmod-leds-gpio button-hotplug kmod-usb-ifxhcd -endef - -$(eval $(call Profile,FRITZ3370)) |