diff options
author | John Crispin <john@openwrt.org> | 2012-12-21 13:47:30 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-21 13:47:30 +0000 |
commit | bac5ef2a2f2358c8ea70795970adf43bab17167b (patch) | |
tree | 73ae6146a432538b2ce74b76f9c9d774782cc799 /package/platform/lantiq | |
parent | 9a134fb7c0ccaf77a0f6851d7496494a4cfa4fab (diff) | |
download | upstream-bac5ef2a2f2358c8ea70795970adf43bab17167b.tar.gz upstream-bac5ef2a2f2358c8ea70795970adf43bab17167b.tar.bz2 upstream-bac5ef2a2f2358c8ea70795970adf43bab17167b.zip |
adsl firmware in wrong submenu
SVN-Revision: 34819
Diffstat (limited to 'package/platform/lantiq')
-rw-r--r-- | package/platform/lantiq/ltq-adsl-fw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/platform/lantiq/ltq-adsl-fw/Makefile b/package/platform/lantiq/ltq-adsl-fw/Makefile index 58624541ea..53d223b609 100644 --- a/package/platform/lantiq/ltq-adsl-fw/Makefile +++ b/package/platform/lantiq/ltq-adsl-fw/Makefile @@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/kmod-ltq-adsl-fw-template TITLE+=Firmware Annex-$(1) $(2) SECTION:=sys + CATEGORY:=Kernel modules SUBMENU:=Network Devices VARIANT:= $(2)-fw-$(1) SOC:=$(2) |