diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-03-30 20:51:42 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-03-30 20:51:42 +0000 |
commit | 93b1175f36b5649e30b8f9e26f96ab5711e54a5d (patch) | |
tree | cf02dccb801dff642327b426566898144ed3d530 /openwrt/docs | |
parent | a5f0b5786f435c565f8f4259d1af20abe2dacd6f (diff) | |
download | mtk-20170518-93b1175f36b5649e30b8f9e26f96ab5711e54a5d.zip mtk-20170518-93b1175f36b5649e30b8f9e26f96ab5711e54a5d.tar.gz mtk-20170518-93b1175f36b5649e30b8f9e26f96ab5711e54a5d.tar.bz2 |
include missing
SVN-Revision: 484
Diffstat (limited to 'openwrt/docs')
-rw-r--r-- | openwrt/docs/buildroot-documentation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/docs/buildroot-documentation.html b/openwrt/docs/buildroot-documentation.html index f6b6a20..48b0572 100644 --- a/openwrt/docs/buildroot-documentation.html +++ b/openwrt/docs/buildroot-documentation.html @@ -428,7 +428,7 @@ foo-compile: bar-compile <pre> 1 # $Id$ - 2 + 2 include $(TOPDIR)/rules.mk 3 PKG_NAME:=foo 4 PKG_VERSION:=1.0 5 PKG_RELEASE:=1 |