diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-04-19 13:24:13 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-04-19 13:24:13 +0000 |
commit | 09dce2ef043f30acd53b0874d4c0fc2f62297c89 (patch) | |
tree | a7c9cd06c10cad692b203db1e96c97798d98abb5 | |
parent | 46286fc985c48cf21bf3efb19610f974909c7d89 (diff) | |
download | upstream-09dce2ef043f30acd53b0874d4c0fc2f62297c89.tar.gz upstream-09dce2ef043f30acd53b0874d4c0fc2f62297c89.tar.bz2 upstream-09dce2ef043f30acd53b0874d4c0fc2f62297c89.zip |
Fix a typo
SVN-Revision: 7008
-rw-r--r-- | package/admswconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/admswconfig/Makefile b/package/admswconfig/Makefile index ab40770529..c369081be9 100644 --- a/package/admswconfig/Makefile +++ b/package/admswconfig/Makefile @@ -24,7 +24,7 @@ define Package/admswconfig SECTION:=utils CATEGORY:=Utilities TITLE:=ADM5120 Switch configuration tool - DEPENDS:=@LINUX_2_6_ADM5120 || @LINUX_2_6_ADM5120EB + DEPENDS:=@LINUX_2_6_ADM5120||@LINUX_2_6_ADM5120EB DESCRIPTION:=\ A program to configure the internal ethernet switch of an ADM5120 processor. \\\ You need the corresponding driver for the switch in the kernel. \\\ |