* Matthew Palmer <[EMAIL PROTECTED]> [2008-10-22 11:38]: > and kernel uBoot files, and a complete firmware image, for the DNS-323 and > CH3SNAS devices. The patch requires a new package dns323-firmware-tools, > which is currently sitting in NEW.
Some comments: + #util/pad $(TEMP)/dns323/kernel.uboot 2097152 # 2 MB Either you need it or you don't, but then please remove it. + mkimage -A arm -O linux -T ramdisk -C gzip -e 0x00800000 -a 0x00800000 -n "netboot image" -d $(TEMP_INITRD) $(TEMP)/dns323/initrd.uboot + mkdns323fw -k $(TEMP)/dns323/kernel.uboot -i $(TEMP)/dns323/initrd.uboot -p 7 -c 1 -m 1 -o $(SOME_DEST)/$(EXTRANAME)/dlink/dns323/netboot.img Please also update the manifest file. Also, I think the directory should be named d-link/dns-323 +++ b/installer/build/config/armel/orion5x/netboot.cfg @@ -1,6 +1,6 @@ MEDIA_TYPE = netboot image -TARGET = $(TEMP_INITRD) $(TEMP_KERNEL) kuroboxpro mv2120 ts209 ts409 +TARGET = $(TEMP_INITRD) $(TEMP_KERNEL) kuroboxpro mv2120 ts209 ts409 dns323 I'd put dns323 at the beginning since this is alphabetical. You also have to update installer/build/pkg-lists/netboot/network-console/arm/orion5x.cfg and add the minix udeb. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

