diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-14 04:24:44 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-14 04:24:44 +0000 |
commit | fd742beb74ed96b8f0a87e6a20ca73e639a90fb9 (patch) | |
tree | 6bc1e3b2c02726f41b55b5c29e5f04d98fe5a067 /openwrt/package/Config.in | |
parent | da32248a24d437ab6c8cf088454b2fd4c56d1a20 (diff) | |
download | mtk-20170518-fd742beb74ed96b8f0a87e6a20ca73e639a90fb9.zip mtk-20170518-fd742beb74ed96b8f0a87e6a20ca73e639a90fb9.tar.gz mtk-20170518-fd742beb74ed96b8f0a87e6a20ca73e639a90fb9.tar.bz2 |
add expat package
SVN-Revision: 1656
Diffstat (limited to 'openwrt/package/Config.in')
-rw-r--r-- | openwrt/package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index b0e7cd3..1364efd 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -113,6 +113,7 @@ source "package/libart/Config.in" source "package/libdb/Config.in" source "package/libelf/Config.in" source "package/libevent/Config.in" +source "package/expat/Config.in" # libexpat source "package/freetype/Config.in" # libfreetype source "package/libgcrypt/Config.in" source "package/libgd/Config.in" |