diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-21 19:46:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-21 19:46:56 +0000 |
commit | 60935d135baf0bc88684d7d1d347d1e097a1b062 (patch) | |
tree | 65c7a1b77d9ecb88ef89ac38d85957483aedb487 /openwrt/package/linux/linux.mk | |
parent | f53986ed6a742bcaae0cc2985f853bd8d7974bdf (diff) | |
download | mtk-20170518-60935d135baf0bc88684d7d1d347d1e097a1b062.zip mtk-20170518-60935d135baf0bc88684d7d1d347d1e097a1b062.tar.gz mtk-20170518-60935d135baf0bc88684d7d1d347d1e097a1b062.tar.bz2 |
add cifs, disable smbfs
SVN-Revision: 413
Diffstat (limited to 'openwrt/package/linux/linux.mk')
-rw-r--r-- | openwrt/package/linux/linux.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/linux/linux.mk b/openwrt/package/linux/linux.mk index 322adad..02cc3bb 100644 --- a/openwrt/package/linux/linux.mk +++ b/openwrt/package/linux/linux.mk @@ -112,4 +112,6 @@ linux-dirclean: rm -rf $(LINUX_DIR)-$(LINUX_VERSION) rm -rf $(LINUX_DIR) rm -rf $(BUILD_DIR)/modules + rm -rf $(BUILD_DIR)/wl + rm -rf $(BUILD_DIR)/et |