diff options
author | John Crispin <john@openwrt.org> | 2009-11-01 19:05:32 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2009-11-01 19:05:32 +0000 |
commit | 11f5bc1909b38588e7f836cfcebd0600eb77dc96 (patch) | |
tree | ea20883738a73d8d7e8456f07ecf12f3417075ff | |
parent | 976d1a10243874c67f3cd7f5987c3a9a4136d9e7 (diff) | |
download | upstream-11f5bc1909b38588e7f836cfcebd0600eb77dc96.tar.gz upstream-11f5bc1909b38588e7f836cfcebd0600eb77dc96.tar.bz2 upstream-11f5bc1909b38588e7f836cfcebd0600eb77dc96.zip |
clean up menuconfig path of dsl driver and userland helper
SVN-Revision: 18260
-rw-r--r-- | package/ifxmips-dsl-api/Makefile | 5 | ||||
-rw-r--r-- | package/ifxmips-dsl-control/Makefile | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/package/ifxmips-dsl-api/Makefile b/package/ifxmips-dsl-api/Makefile index 73d6f4f1ad..992c241e14 100644 --- a/package/ifxmips-dsl-api/Makefile +++ b/package/ifxmips-dsl-api/Makefile @@ -28,8 +28,9 @@ FW_B_MD5:=349de7cd20368f4ac9b7e8322114a512 include $(INCLUDE_DIR)/package.mk define KernelPackage/ifxmips-dsl-api - SECTION:=driver - CATEGORY:=Infineon + SECTION:=sys + CATEGORY:=Kernel modules + SUBMENU:=Network Devices TITLE:=DSL CPE API driver URL:=http://www.infineon.com/ MAINTAINER:=Infineon Technologies AG / Lantiq / blogic@openwrt.org diff --git a/package/ifxmips-dsl-control/Makefile b/package/ifxmips-dsl-control/Makefile index 6905aeafa6..90cefd2599 100644 --- a/package/ifxmips-dsl-control/Makefile +++ b/package/ifxmips-dsl-control/Makefile @@ -18,8 +18,8 @@ PKG_MD5SUM:=ee315306626b68794d3d3636dabfe161 include $(INCLUDE_DIR)/package.mk define Package/ifxmips-dsl-control - SECTION:=application - CATEGORY:=Infineon + SECTION:=net + CATEGORY:=Network TITLE:=DSL CPE control application URL:=http://www.infineon.com/ MAINTAINER:=Infineon Technologies AG / Lantiq / blogic@openwrt.org |