mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
mpc83xx: upgrade to kernel 2.6.33.3, enable rb333 support, sync config options, refresh kernel patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21256 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -70,10 +70,12 @@
|
||||
# miboot and U-boot want just the bare bits, not an ELF binary
|
||||
ext=bin
|
||||
objflags="-O binary"
|
||||
@@ -277,6 +280,21 @@ uboot)
|
||||
@@ -275,6 +278,21 @@ uboot)
|
||||
if [ -z "$cacheit" ]; then
|
||||
rm -f "$vmz"
|
||||
fi
|
||||
exit 0
|
||||
;;
|
||||
+ exit 0
|
||||
+ ;;
|
||||
+uboot.fit)
|
||||
+ rm -f "$ofile"
|
||||
+ ${MKITS} -A ppc -C gzip -a $membase -e $membase -v $version \
|
||||
@@ -87,8 +89,6 @@
|
||||
+ if [ -z "$cacheit" ]; then
|
||||
+ rm -f "$vmz"
|
||||
+ fi
|
||||
+ exit 0
|
||||
+ ;;
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
|
||||
addsec() {
|
||||
|
||||
Reference in New Issue
Block a user