diff options
author | John Crispin <john@openwrt.org> | 2015-11-02 10:17:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-11-02 10:17:09 +0000 |
commit | e5e196b5b9cf146680efaca5cd24c591efd66806 (patch) | |
tree | 382af5b557792276c1ac9d6a59ee0c9d174d0d78 /target/linux/omap/profiles | |
parent | 0aeb0ae938ee10e238d0898bf0560e6586f9b9f7 (diff) | |
download | upstream-e5e196b5b9cf146680efaca5cd24c591efd66806.tar.gz upstream-e5e196b5b9cf146680efaca5cd24c591efd66806.tar.bz2 upstream-e5e196b5b9cf146680efaca5cd24c591efd66806.zip |
omap/Beagleboard: remove FEATURES override
It overrides the feature list of the whole target.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 47343
Diffstat (limited to 'target/linux/omap/profiles')
-rw-r--r-- | target/linux/omap/profiles/beagleboard.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/omap/profiles/beagleboard.mk b/target/linux/omap/profiles/beagleboard.mk index 4658287ef8..3cf51d459a 100644 --- a/target/linux/omap/profiles/beagleboard.mk +++ b/target/linux/omap/profiles/beagleboard.mk @@ -7,7 +7,6 @@ define Profile/BEAGLEBOARD NAME:=EBV BeagleBoard - FEATURES:= usb ext4 targz DEFAULT_PACKAGES += kmod-usb2 kmod-usb2-omap \ kmod-usb-net kmod-usb-net-asix \ kmod-usb-net-asix-ax88179 kmod-usb-net-hso \ |