summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4775ff4..e64c40d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,4 +17,8 @@ addons:
- libnet1-dev
- libcli-dev
-script: CC=$CC ./configure && make CC=$CC
+script:
+ - CC=$CC ./configure && make CC=$CC
+ - CC=$CC DISABLE_GEOIP=1 ./configure && make clean && make CC=$CC
+ - CC=$CC DISABLE_ZLIB=1 ./configure && make clean && make CC=$CC
+ - CC=$CC DISABLE_GEOIP=1 DISABLE_ZLIB=1 ./configure && make clean && make CC=$CC
'decoration'>nds-private-remove
Instead of using a private copy of struct net_device_stats in struct pegasus, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: Petko Manolov <petkan@nucleusys.com> Cc: linux-usb@vger.kernel.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'arch/sparc/include/asm/hw_irq.h')