mirror of https://github.com/hak5/openwrt.git
wireless-regdb: fix Makefile indentation
Signed-off-by: John Crispin <john@phrozen.org>master
parent
4bc02a421f
commit
8562e77953
|
@ -12,11 +12,11 @@ PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
|||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/wireless-regdb
|
||||
PKGARCH:=all
|
||||
SECTION:=firmware
|
||||
CATEGORY:=Firmware
|
||||
URL:=https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git/
|
||||
TITLE:=Wireless Regulatory Database
|
||||
PKGARCH:=all
|
||||
SECTION:=firmware
|
||||
CATEGORY:=Firmware
|
||||
URL:=https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git/
|
||||
TITLE:=Wireless Regulatory Database
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
|
|
Loading…
Reference in New Issue