diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-05-20 18:55:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-05-20 18:55:17 +0200 |
commit | 896b6bb853f900eaebd56447df16958bf15916db (patch) | |
tree | 49f3c2c7a949b9f233375a890e5752aab4a87d6a /package/nand | |
parent | 8a325b2af866300353e500e9693fc08991df52b7 (diff) |
activate and refresh support for rb411/rb433
after n0-1 helped to find a way to fix my broken rb433
by using the primary bootloader via shortening a jumper
I got the motivation to get this target working again.
Summarize both targets to newly created rb4xx target.
Diffstat (limited to 'package/nand')
-rw-r--r-- | package/nand/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nand/Makefile b/package/nand/Makefile index f904bc910..dc6292c01 100644 --- a/package/nand/Makefile +++ b/package/nand/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 3 PKG_DESCR:= NAND utility PKG_SECTION:= base -PKG_TARGET_DEPENDS:= rb532 +PKG_TARGET_DEPENDS:= rb532 rb411 rb433 NO_DISTFILES:= 1 |