From 2002ff028744522ed9a79487c60507837a19d152 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 19 Nov 2008 17:10:50 +0000 Subject: fix-build-test-for-moredrivers.patch Signed-off-by: Andy Green --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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 -- cgit v1.2.3