diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-23 22:28:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-23 22:28:04 +0100 |
commit | 86d7ffda38b870dc96035feb4788ae1589aab11c (patch) | |
tree | f059bcc2b8a26525e791c12e3ea4f28d0bd77822 /package/cfgfs | |
parent | 488a2ab4bcb764ee9f4c50cbe31627b6e0c7d881 (diff) |
optimize foxg20 target
- make cfgfs work, a small busybox fdisk patch needed
- make adkinstall and adkupdate work
Diffstat (limited to 'package/cfgfs')
-rw-r--r-- | package/cfgfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cfgfs/Makefile b/package/cfgfs/Makefile index 95c9658b2..6d8b0554f 100644 --- a/package/cfgfs/Makefile +++ b/package/cfgfs/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_DESCR:= compressed config filesystem PKG_SECTION:= base -PKG_TARGET_DEPENDS:= alix wrap foxboard ag241 rb532 +PKG_TARGET_DEPENDS:= alix wrap foxboard ag241 rb532 foxg20 WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION} NO_DISTFILES:= 1 |