aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
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