Revisió 88cb0f51
Afegit per Pau Escrich fa aproximadament 13 anys
| Makefile | ||
|---|---|---|
|
# You should have received a copy of the GNU General Public License
|
||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
|
#
|
||
|
# Author: Pau Escrich <p4u@dabax.net>
|
||
|
# Contributors: Simó Albert i Beltran, Agustí Moll
|
||
|
# Contributors: Pau Escrich <p4u@dabax.net>, Simó Albert i Beltran, Agustí Moll
|
||
|
|
||
|
|
||
|
#OWRT_SVN_REV = 29592
|
||
| ... | ... | |
|
define update_feeds
|
||
|
@echo "Updating feed $(1)"
|
||
|
./$(BUILD_DIR)/$(1)/scripts/feeds update -a
|
||
|
|
||
|
# Temporay patch while old bmx6 is still in OpenWRT
|
||
|
./$(BUILD_DIR)/$(1)/scripts/feeds install -a -p openwrt_routing
|
||
|
|
||
|
./$(BUILD_DIR)/$(1)/scripts/feeds install -a
|
||
|
endef
|
||
|
|
||
També disponible a: Unified diff
Adapt the pre_build/post_build scripts to the new variable scheme (TARGET/TBUILD)
Add a new script to enable bmx6-quagga from bmx6 package (the current one is marked as BROKEN)
Update the script's README