Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kernel/morse_driver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DTC=$(wildcard $(LINUX_DIR)/scripts/dtc/dtc)
define KernelPackage/morse
SUBMENU:=Wireless Drivers
TITLE:=Morse Micro WIFI HaLow driver
DEPENDS:= +kmod-mmc +kmod-mac80211 +kmod-trelay +kmod-lib-crc7 +morse-fw +morse-board-config +MORSE_USB:kmod-usb-core
DEPENDS:= +kmod-mmc +kmod-mac80211 +kmod-trelay +kmod-lib-crc7 +morse-fw +morse-board-config
FILES:=\
$(PKG_BUILD_DIR)/morse.ko \
$(PKG_BUILD_DIR)/dot11ah/dot11ah.ko
Expand Down
2 changes: 1 addition & 1 deletion luci/luci-app-ekhwizards/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

LUCI_TITLE:=LuCI Wizards for HaLow evaluation kits
LUCI_DEPENDS:=+luci-base +luci-app-morseconfig +luci-lib-morseconfig
LUCI_DEPENDS:=+luci-base +luci-app-morseconfig

PKG_LICENSE:=Apache-2.0

Expand Down