Skip to content

Commit

Permalink
uccp420wlan: Remove proddata dependency
Browse files Browse the repository at this point in the history
We are not relying on proddata anymore to read the MAC address.

Signed-off-by: Francois Berder <[email protected]>
  • Loading branch information
francois-berder committed Dec 2, 2016
1 parent 2cd9fb4 commit 62f7a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uccp420wlan/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/uccp420wlan
SUBMENU:=Wireless Drivers
TITLE:=Imagination wireless driver
DEPENDS:=@TARGET_pistachio +proddata +kmod-cfg80211 +kmod-mac80211 +@DRIVER_11N_SUPPORT
DEPENDS:=@TARGET_pistachio +kmod-cfg80211 +kmod-mac80211 +@DRIVER_11N_SUPPORT
FILES:=$(PKG_BUILD_DIR)/uccp420wlan.$(LINUX_KMOD_SUFFIX)
endef

Expand Down

0 comments on commit 62f7a97

Please sign in to comment.