diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-31 15:52:23 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-31 15:52:23 +0000 |
commit | 21a3de4269dbdd5ba98cf7fc32e69f11c8ff9c57 (patch) | |
tree | 13ff5c2e9b6e4853eb0e37d4b1e1d2d95cafe5de /package | |
parent | 9fc958bfe3e1744872309a0bf7c5e4b0f59ce04d (diff) | |
download | upstream-21a3de4269dbdd5ba98cf7fc32e69f11c8ff9c57.tar.gz upstream-21a3de4269dbdd5ba98cf7fc32e69f11c8ff9c57.tar.bz2 upstream-21a3de4269dbdd5ba98cf7fc32e69f11c8ff9c57.zip |
Include yamonenv by default in au1000 images
SVN-Revision: 5945
Diffstat (limited to 'package')
-rw-r--r-- | package/yamonenv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/yamonenv/Makefile b/package/yamonenv/Makefile index c67658ea9a..11f139c45e 100644 --- a/package/yamonenv/Makefile +++ b/package/yamonenv/Makefile @@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/yamonenv SECTION:=utils CATEGORY:=Utilities + DEFAULT:=y DEPENDS:=@LINUX_2_6_AU1000@ TITLE:=YAMON configuration utility URL:=http://meshcube.org/nylon/stable/sources/ |