Changeset 247 for robin/trunk/Makefile
- Timestamp:
- 07/16/10 14:12:09 (22 months ago)
- Files:
-
- 1 modified
-
robin/trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
robin/trunk/Makefile
r246 r247 147 147 chmod +x $(ROBIN_LOCAL_PATH)/robin-mesh/files/usr/sbin/update-radio.sh 148 148 149 # add MAC-address range 70:72:cf:xx:xx:xx to detect new OM1P series149 #r2694 - MAC-address range 70:72:cf:xx:xx:xx compatibility 150 150 cd $(ROBIN_LOCAL_PATH) && patch -l -p0 < ../$(PATCHES_PATH)/new-OM1P-MAC-address-range.patch 151 cp $(PATCHES_PATH)/501-zero-first-mac-byte.patch $(OWRT_DIST_LOCAL_PATH)/package/madwifi/patches/ 151 152 152 153 ifeq ($(strip $(OLSRD_VER)), r8) … … 163 164 cp $(PATCHES_PATH)/config-default-small-8_09 $(OWRT_DIST_LOCAL_PATH)/target/linux/atheros/config-default 164 165 $(shell echo $(ROBIN_BUILD_VER) > $(ROBIN_LOCAL_PATH)/robin-mesh/files/etc/robin_build_version) 165 $(shell echo "r269 3" > $(ROBIN_LOCAL_PATH)/robin-mesh/files/etc/robin_version)166 $(shell echo "r2694" > $(ROBIN_LOCAL_PATH)/robin-mesh/files/etc/robin_version) 166 167 167 168 build_fw: standard_config
