Werner's Miscellanea
Sign in or create your account | Project List | Help
Werner's Miscellanea Git Source Tree
Root/
| 1 | #!/bin/sh -ex |
| 2 | PATH=$PATH:../u-boot/tools |
| 3 | mknnk -j4 vmlinux.bin |
| 4 | gzip -9 -f arch/mips/boot/vmlinux.bin |
| 5 | mkimage -A mips -O linux -T kernel -a 0x80010000 \ |
| 6 | -C gzip -e 0x`mipsel-openwrt-linux-nm vmlinux | \ |
| 7 | grep " kernel_entry" | cut -f1 -d ' '` \ |
| 8 | -n 'Ben NanoNote Linux Kernel' -d arch/mips/boot/vmlinux.bin.gz uImage |
| 9 |
Branches:
master
