Revert "madwifi: fix build against Linux 3.7"
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 29 May 2013 16:08:01 +0000 (16:08 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 29 May 2013 16:08:01 +0000 (16:08 +0000)
This reverts commit fdabc38a090b74709b2aed90ab9bc7df07986768.

SVN-Revision: 36761

net/madwifi/Makefile

index 13f98dfadc92f97f71295a805f698cf7eb667e11..f41fb1ebdda5cd14ad1edc105b9577ba50fcef80 100644 (file)
@@ -229,8 +229,6 @@ define Build/Prepare
                $(PKG_BUILD_DIR)/hal/public/arm11*.inc
        $(SED) 's,mtune=arm1136j-s,mtune=mpcore,' \
                $(PKG_BUILD_DIR)/hal/public/arm11*.inc
-       # preset kernel version
-       echo 'char *uts_release = "$(LINUX_VERSION)";' > $(PKG_BUILD_DIR)/kernelversion.c
 endef
 
 ifeq ($(findstring AHB,$(BUS)),AHB)