diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-09-08 19:55:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-09-08 19:55:42 +0000 |
commit | 6bcd07afdd1ffcba5fe94f1291b4e4f0c764263e (patch) | |
tree | 30cacdb892969714d2a079f391ba6786b7c36489 /package/yamonenv | |
parent | 9647361f814667b536160d416666bd25ab4b82fa (diff) | |
download | master-187ad058-6bcd07afdd1ffcba5fe94f1291b4e4f0c764263e.tar.gz master-187ad058-6bcd07afdd1ffcba5fe94f1291b4e4f0c764263e.tar.bz2 master-187ad058-6bcd07afdd1ffcba5fe94f1291b4e4f0c764263e.zip |
major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/yamonenv')
-rw-r--r-- | package/yamonenv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/yamonenv/Makefile b/package/yamonenv/Makefile index 0cf6493e2d..9a323c28d8 100644 --- a/package/yamonenv/Makefile +++ b/package/yamonenv/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/yamonenv SECTION:=utils CATEGORY:=Utilities - DEPENDS:=@TARGET_AU1000 + DEPENDS:=@TARGET_au1000 TITLE:=YAMON configuration utility URL:=http://meshcube.org/nylon/stable/sources/ endef |