1 #!/usr/bin/make -f 2 %: 3 dh $@ 4 5 override_dh_auto_configure: 6 dh_auto_configure -- \ 7 -D SOVERSION=$(shell dpkg-parsechangelog | sed -rne 's/^Version: 0\.0\.([0-9]+).*$$/\1/p') \ 8 -D NL80211_SUPPORT=OFF \ 9 -D RTNL_SUPPORT=OFF \ 10 -D UBUS_SUPPORT=OFF \ 11 -D UCI_SUPPORT=OFF \ 12 -D ULOOP_SUPPORT=OFF
This page was automatically generated by LXR 0.3.1. • OpenWrt