aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:10:50 +0000
committerAndy Green <andy@openmoko.com>2008-11-19 17:10:50 +0000
commit2002ff028744522ed9a79487c60507837a19d152 (patch)
tree98df6f417c2c03106276d3a15ca9db47b161d932 /build
parentdebeb1eb65e1a099bfb21c8f273ebbcbe9f1213b (diff)
fix-build-test-for-moredrivers.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 324d77b032a..d0155ec9750 100755
--- a/build
+++ b/build
@@ -18,7 +18,7 @@ if make -j5 ARCH=arm CONFIG_DEBUG_SECTION_MISMATCH=y EXTRAVERSION=$VERSION; then
# we can see if it is an "moredrivers" build by looking for USB Eth gadget
# if it is then keep a stamped copy of last build
- if [ ! -z "`grep CONFIG_USB_ETH=y .config`" ] ; then
+ if [ ! -z "`grep CONFIG_USB_USBNET=y .config`" ] ; then
rm -f uImage-moredrivers*
cp uImage.bin uImage-moredrivers$VERSION.bin
fi