diff options
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 787a74fba..000000000 --- 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 30de76abd..000000000 --- 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)) |