Skip to content

Commit

Permalink
ar71xx: create a proper default profile for the mikrotik subtarget, d…
Browse files Browse the repository at this point in the history
…rop other profiles

Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
nbd168 committed Jan 16, 2017
1 parent a8a5cb9 commit 0e54740
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
# See /LICENSE for more information.
#

define Profile/DefaultNoWifi
NAME:=Default Profile (no WiFi)
PACKAGES:=
PRIORITY := 2
define Profile/Default
NAME:=Default Profile
PACKAGES:= \
kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport nand-utils
endef

define Profile/DefaultNoWifi/Description
define Profile/Default/Description
Default package set compatible with most boards.
endef
$(eval $(call Profile,DefaultNoWifi))
$(eval $(call Profile,Default))
17 changes: 0 additions & 17 deletions target/linux/ar71xx/mikrotik/profiles/02-ath5k.mk

This file was deleted.

0 comments on commit 0e54740

Please sign in to comment.